github.com/vmihailenco/msgpack/v5.Decoder.skipSlice (method)

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode.go#L518: 		return d.skipSlice(c)
		decode.go#L540: 		return d.skipSlice(c)
		decode_slice.go#L178: func (d *Decoder) skipSlice(c byte) error {